* m/mips.h (KERNEL_FILE): Set this to "/unix".
authorJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 21:52:33 +0000 (21:52 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 21:52:33 +0000 (21:52 +0000)
* m/mips4.h (MIPS2): Go ahead and define this.
(C_DEBUG_SWITCH): Add -DMips and -g3, and up Olimit to 2000.

src/m/mips.h
src/m/mips4.h

index 6125fc88abdc046585d5cd5a8c134f9e9254c68e..6bd2aea64d3a4d37c86f2e822f4085f67b96d940 100644 (file)
@@ -85,6 +85,11 @@ NOTE-END  */
 
 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0)
 
+/* CDC EP/IX 1.4.3 uses /unix */
+
+#undef KERNEL_FILE
+#define KERNEL_FILE "/unix"
+
 /* Define CANNOT_DUMP on machines where unexec does not work.
    Then the function dump-emacs will not be defined
    and temacs will do (load "loadup") automatically unless told otherwise.  */
index c334905fe2e63ab8beff86d1ebae0493db55dd10..dc058c2fca150a8bd44b1d659137d0fb7fbf8d5b 100644 (file)
@@ -12,15 +12,15 @@ world.
 NOTE-END  */
 
 /* Define MIPS2 if you have an R6000 or R4000.  */
-/* #define MIPS2 */
+#define MIPS2
 
 #ifdef __GNUC__
 #define C_DEBUG_SWITCH -g -O
 #else
 #ifdef MIPS2
-#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 -mips2
+#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 -mips2
 #else
-#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3
+#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000
 #endif
 #endif
 
@@ -29,7 +29,7 @@ NOTE-END  */
 #endif
 
 #define START_FILES pre-crt0.o /lib/crt1.o
-#define LIB_STANDARD -lmld -lc /lib/crtn.o
+#define LIB_STANDARD -lisode -lmld -lc /lib/crtn.o
 
 
 #define COFF